From: Pierre Chifflier Date: Sun, 30 Mar 2025 10:03:02 +0000 (+0200) Subject: cross X-Git-Tag: archive/raspbian/1%6.0.1-3+rpi1+deb11u1^2~19 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0b63fef7c6a3f0d5d7fcdc2bb366ca2e68b80567;p=suricata.git cross Gbp-Pq: Name cross.patch --- diff --git a/configure.ac b/configure.ac index 3e1401c0..bd7a148c 100644 --- a/configure.ac +++ b/configure.ac @@ -77,8 +77,8 @@ AC_PATH_PROG(HAVE_CYGPATH, cygpath, "no") AM_CONDITIONAL([HAVE_CYGPATH], [test "x$HAVE_CYGPATH" != "xno"]) - AC_PATH_PROG(HAVE_PKG_CONFIG, pkg-config, "no") - if test "$HAVE_PKG_CONFIG" = "no"; then + PKG_PROG_PKG_CONFIG + if test "x$PKG_CONFIG" = "x"; then echo echo " ERROR! pkg-config not found, go get it " echo " http://pkg-config.freedesktop.org/wiki/ "